Computer and Modernization ›› 2010, Vol. 1 ›› Issue (3): 15-4.doi: 10.3969/j.issn.1006-2475.2010.03.005

• 图像处理 • Previous Articles     Next Articles

Research on Parallelization of Threedimensional Scene Based on Multicore Processors

WU Wei-xin,LU Da   

  1. Dept. of Computer Science, Xiamen University, Xiamen 361005, China
  • Received:2009-10-27 Revised:1900-01-01 Online:2010-03-20 Published:2010-03-20

Abstract:

Improving the speed of threedimensional scene has always been a major challenge which programmers need to face. With the appearance and popularization of the multicore processor, using the cores on processor instead multithreading methods to improve parallelism of the program has become a possibility. This article introduces the development of virtual reality tools OpenGL and parallel programming interface OpenMP which is a sharedmemory systems, analyzes the general process of using OpenGL to draw up the threedimensional scene, and takes the texturemapping as an example to discuss how to used OpenMP in the OpenGL program to enhance the parallelism.

Key words: virtual reality, multicore, OpenGL, OpenMP, parallelization